home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / multiplsr.lha / README < prev    next >
Text File  |  1992-07-29  |  912b  |  17 lines

  1.     This source code can be compiled with SAS/C 5.10b and the specially
  2. modified version of A68k 2.71 included here.  Many of the modules need
  3. special include files to compiler or assemble correctly; these are provided
  4. in the "include" subdirectory.
  5.  
  6.     To link MultiPlayer, you will also need several linkable libraries.
  7. "bry.lib" is supplied in this directory.  "note.lib" is the standard
  8. NotePlayer library, which can be found in the "NotePlayer" directory.
  9. "guido.lib" is the user interface module, which can be found in the "Guido"
  10. directory.  You will also need both Bovs startup code modules, "Bst.o" and
  11. "Bovs.o", in your lib: directory.  These can be found in the "Bovs"
  12. directory.
  13.  
  14.     Note that the "small.lib" and "tinylcr.lib" libraries required by the
  15. makefile are simply stripped-down versions of amiga.lib and lcr.lib,
  16. respectively.  You should be able to use the full libraries in their place.
  17.